Exponential empirical likelihood for a one sample mean vector hypothesis testing.
eel.test1(x, mu, tol = 1e-06, R = 1)
A matrix containing Euclidean data.
The hypothesized mean vector.
The tolerance value used to stop the Newton-Raphson algorithm.
The number of bootstrap samples used to calculate the p-value. If R = 1 (default value), no bootstrap calibration is performed
A list including:
The estimated probabilities.
The value of the Lagrangian parameter
The number of iterations required by the newton-Raphson algorithm.
The value of the log-likelihood ratio test statistic along with its corresponding p-value.
The runtime of the process.
Multivariate hypothesis test for a one sample mean vector. This is a non parametric test and it works for univariate and multivariate data.
Jing Bing-Yi and Andrew TA Wood (1996). Exponential empirical likelihood is not Bartlett correctable. Annals of Statistics 24(1): 365-369.
Owen A. B. (2001). Empirical likelihood. Chapman and Hall/CRC Press.
el.test1, hotel1T2, james, hotel2T2, maov, el.test2, comp.test
# NOT RUN {
x <- Rfast::rmvnorm(100, numeric(10), diag( rexp(10, 0.5) ) )
eel.test1(x, numeric(10) )
el.test1(x, numeric(10) )
# }
Run the code above in your browser using DataLab